home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / applications / jcgraph / rexx / buttoncluster1.rex < prev    next >
OS/2 REXX Batch file  |  1994-11-17  |  1KB  |  27 lines

  1. /* ButtonCluster1.rex */
  2. /* ------------------ */
  3. /* Description: Assigns a Rexx script to all button on JcGraph Interface.  */
  4. /*              Window:  Helps in the managment of window size and         */
  5. /*                       position. See 'Window.rex' for more details.      */
  6. /*              Keys:    Will enable the user to assign ARexx script to    */
  7. /*                       function keys F6 to F10. See 'Keys.rex' for       */
  8. /*                       details.                                          */
  9. /*              Font:    Will enable user to change some font parameter.   */
  10. /*                       See 'Font.rex' for details.                       */
  11. /*              Rotation:User can define 4 X,Y and Z rotation presets. See */
  12. /*                       'Rotation.rex' for details.                       */
  13.  
  14. address 'JCGRAPH'
  15.  
  16. 'button 1 Label=Wind. JcGraph:rexx/Window.rex'
  17. 'button 2 Label=Keys  JcGraph:rexx/Keys.rex'
  18. 'button 3 Label=Font  JcGraph:rexx/Font.rex'
  19. 'button 4 Label=Rota. JcGraph:rexx/Rotation.rex'
  20. 'button 5 Label= JcGraph:rexx/ButtonCluster1.rex'
  21. 'button 6 Label= JcGraph:rexx/ButtonCluster1.rex'
  22. 'button 7 Label= JcGraph:rexx/ButtonCluster1.rex'
  23. 'button 8 Label= JcGraph:rexx/ButtonCluster1.rex'
  24. 'button 9 Label= JcGraph:rexx/ButtonCluster1.rex'
  25. 'button 10 Label= JcGraph:rexx/ButtonCluster1.rex'
  26.  
  27.